Q3SpotLight_SetHotAngle
You can use theQ3SpotLight_SetHotAngle
function to set the hot angle of a spot light.
TQ3Status Q3SpotLight_SetHotAngle ( TQ3LightObject light, float hotAngle);
light
- A spot light object.
hotAngle
- The desired hot angle of the specified light, in radians.
DESCRIPTION
TheQ3SpotLight_SetHotAngle
function sets the hot angle of the spot light specified by thelight
parameter to the value passed in thehotAngle
parameter.